Welcome![Sign In][Sign Up]
Location:
Search - h.264 algorithm

Search list

[CommunicationH[1].264解码器中CAVLC码表查找算法的改进

Description: H.264解码器中CAVLC码表查找算法的改进.PDF-H.264 decoder CAVLC code table lookup algorithm improvements. PDF
Platform: | Size: 92166 | Author: 罗生 | Hits:

[Streaming Mpeg4h.264_Intra-Prediction

Description: h.264中关于帧内预测模式选择的快速算法的多篇文章,是很好的学习资料-on intra prediction mode selection Fast Algorithm for Multi-part article is a very good learning materials
Platform: | Size: 2403614 | Author: 普明 | Hits:

[GDI-Bitmapxh264

Description: 视频编解码的标准H.264算法的源程序代码-video codec standard H.264 algorithm source code
Platform: | Size: 645119 | Author: cjw | Hits:

[Technology ManagementH.264_Advanced_Video_Coder

Description: A New Architecture for fast Arithmetic Coding in H.264 Advanced Video Coder.pdf 很不错的一个优化算法-A New Architecture for fast Arithmetic Cod ing in the H.264 Advanced Video Coder.pdf a very good Optimization Algorithm
Platform: | Size: 219319 | Author: z | Hits:

[Multimedia programPredictive_Motion_Estimation

Description: A Hardware based Predictive Motion Estimation. 这是一篇有关H.264的算法优化的文章。-based Predictive Motion Estima tion. This is one of the H.264 algorithm optimization articles.
Platform: | Size: 138691 | Author: 王全明 | Hits:

[Program docH.264_Optimization

Description: h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。-h.264 algorithm optimization of multi-chapter master, doctoral thesis, can refer to the h.264 algorithm is optimized in order to dsp and other platforms to run on the transplant.
Platform: | Size: 2011136 | Author: 丁力 | Hits:

[Compress-Decompress algrithmsH264andARM

Description: H.264视频压缩编解码在ARM平台上优化的一些资料,对初学H.264压缩算法者有很大的帮助。-H.264 video compression codec on ARM platforms to optimize some of the information on the H.264 compression algorithm for beginners who have a great help.
Platform: | Size: 8494080 | Author: lien | Hits:

[Graph programDCT_SVD

Description: 本文提出一种在原始视频DCT(离散余弦变换)与SVD(奇异值分解)域自适应嵌入水印的算法。算法首先将视频流分割成一个个场景,场景中的视频图像被变换到DCT-SVD域中,水印量化嵌入在最大奇异上,实现了水印盲检测。同时实验证明该算法在满足透明性要求下也满足一定的鲁棒性要求,能够抵抗低通滤波、中值滤波、椒盐噪声、高斯噪声、H.264压缩攻击以及统计攻击和帧剪切等攻击。-This paper presents an original video in the DCT (Discrete Cosine Transform) and SVD (singular value decomposition) algorithm for adaptive watermark embedding. Firstly, a video stream is divided into scenes, scenes of the video image is converted to the DCT-SVD domain, the watermark embedded in the largest singular quantification, the realization of the watermark signal. Furthermore, the experiments show that the algorithm meet the transparency requirements are met under certain robustness requirements, can resist the low-pass filtering, median filtering, salt and pepper noise, Gaussian noise, H.264 compression attacks and attacks and frame shear statistics attack.
Platform: | Size: 63488 | Author: 久久 | Hits:

[Multimedia programH.264

Description: h。264 压缩算法的一篇文章 h。264 的压缩算法的一篇文章-h. Compression algorithm article 264 h. 264 article in the compression algorithm
Platform: | Size: 464896 | Author: 马万 | Hits:

[Program docH.264-Deblocking-Filte

Description: H.264中Deblocking Filter算法的研究-H.264 Deblocking Filter algorithm
Platform: | Size: 577536 | Author: mediative | Hits:

[Streaming Mpeg4H264--Algorithm-Flow-chart

Description: H264算法流程图,主要介绍了编写H264代码的流程-H264 algorithm flow chart describes the process of writing code H264
Platform: | Size: 1849344 | Author: 李柏祥 | Hits:

[Streaming Mpeg4important--algorithm-in-H.264-coding

Description: Several important algorithm in H.264 coding-Several important algorithm in H.264 coding
Platform: | Size: 8192 | Author: 李柏祥 | Hits:

[Streaming Mpeg4H.264

Description: H.264视频压缩算法,开发程序,H.264视频压缩算法,开发程序-H.264 video compression algorithm, the development process
Platform: | Size: 5498880 | Author: fumu | Hits:

[Compress-Decompress algrithmsHD-video-sequences-based-on-H.264

Description: Improved intra prediction algorithm for HD video sequences based on H.264
Platform: | Size: 475136 | Author: shijun | Hits:

[Special EffectsH.264

Description: 这是基于H.264的帧间预测快速搜索算法,内容详细,值得参考!-This is based on H.264 inter prediction fast search algorithm, detailed and worth considering!
Platform: | Size: 194560 | Author: jeffsonfu | Hits:

[Compress-Decompress algrithmsh.264

Description: h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术,实现各种分辨了的转码-h.264 standard code for video encoding! Can achieve a variety of video encoding and decoding, this code can be based on a variety of development, such as optimization algorithm, transcoding technology, to distinguish the various transcoding
Platform: | Size: 1123328 | Author: 郜杰 | Hits:

[Streaming Mpeg4h.264-cuda-master

Description: This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA. Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.-This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA. Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.
Platform: | Size: 467968 | Author: softweb | Hits:

[DocumentsH.264-intra-prediction-algorithm

Description: 一个关于H.264的帧内预测算法,很好很经典,对于H.264的学习很有帮助-A related DWT matlab program, there are detailed procedures and data, easy to understand and helpful
Platform: | Size: 234496 | Author: 秋欢 | Hits:

[Compress-Decompress algrithmsa-fast-motion-estimation-algorithm-for-h.264.PDF.

Description: A Fast Motion Estimation Algorithm for H.264
Platform: | Size: 296960 | Author: keliu | Hits:

[ELanguageh.265

Description: H.265是ITU-T VCEG 继H.264之后所制定的新的视频编码标准。H.265标准围绕着现有的视频编码标准H.264,保留原来的某些技术,同时对一些相关的技术加以改进。新技术使用先进的技术用以改善码流、编码质量、延时和算法复杂度之间的关系,达到最优化设置。具体的研究内容包括:提高压缩效率、提高鲁棒性和错误恢复能力、减少实时的时延、减少信道获取时间和随机接入时延、降低复杂度等。H264由于算法优化,可以低于1Mbps的速度实现标清数字图像传送;H265则可以实现利用1~2Mbps的传输速度传送720P(分辨率1280*720)普通高清音视频传送。(H.265 is a new video coding standard developed by ITU-T VCEG after H.264. H.265 standard revolves around the existing video coding standard H.264. The new technology uses advanced technology to improve the relationship between code stream, coding quality, delay and algorithm complexity. The specific research contents include: improving compression efficiency, improving robustness and error recovery ability, reducing real-time delay, reducing channel acquisition time and random access delay. Because of the optimization of the algorithm, H264 can realize the standard digital image transmission at a speed of less than 1Mbps. H265 can transmit 720P (resolution 1280g 720) HD audio and video transmission at 1mbps.)
Platform: | Size: 16252928 | Author: DaisyK | Hits:
« 1 2 3 45 6 7 8 9 »

CodeBus www.codebus.net